all: implement output transforms
This commit is contained in:
parent
79df8d69f4
commit
b7d2964e19
20 changed files with 254 additions and 71 deletions
|
|
@ -100,7 +100,7 @@ pub trait HardwareCursor: Debug {
|
|||
fn set_position(&self, x: i32, y: i32);
|
||||
fn swap_buffer(&self);
|
||||
fn commit(&self);
|
||||
fn max_size(&self) -> (i32, i32);
|
||||
fn size(&self) -> (i32, i32);
|
||||
}
|
||||
|
||||
pub type TransformMatrix = [[f64; 2]; 2];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue